home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Advisor / CD-ROM Advisor.iso / prodigy.dxr / 00010.ls < prev    next >
Encoding:
Text File  |  1995-09-29  |  243 b   |  15 lines

  1. on exitFrame
  2.   global tenFreeHours
  3.   set tenFreeHours to 0
  4.   play movie "prodemo\demo\pdymain.dxr"
  5.   if tenFreeHours then
  6.     go("button5")
  7.   else
  8.     if not tenFreeHours then
  9.       go("start")
  10.     else
  11.       nothing()
  12.     end if
  13.   end if
  14. end
  15.